From d8711c707b2d738002e52d78cdf236c911718a91 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Mon, 30 Dec 2024 12:18:11 +0100 Subject: [PATCH] pr32392-workaround Gbp-Pq: Name pr32392-workaround.diff --- gprofng/libcollector/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in index ce8755c80..038bfa23b 100644 --- a/gprofng/libcollector/Makefile.in +++ b/gprofng/libcollector/Makefile.in @@ -441,7 +441,7 @@ CSOURCES = \ collector.c \ $(NULL) -AM_CFLAGS = $(GPROFNG_CFLAGS) $(GPROFNG_NO_NONNULL_COMPARE_CFLAGS) +AM_CFLAGS = $(GPROFNG_CFLAGS) $(GPROFNG_NO_NONNULL_COMPARE_CFLAGS) -Wno-incompatible-pointer-types AM_CPPFLAGS = $(GPROFNG_CPPFLAGS) -I.. -I$(srcdir) \ -I$(srcdir)/../common -I$(srcdir)/../src \ -I$(srcdir)/../../include -- 2.30.2